Calling a function from an action
Calling a function from an action is done in 3 steps...
- Setting a return type
- Setting arguments
- Calling the function
The returned value (if any) can then be retrieved from an expression.
Example:
- Return Integer
- Reset Argument List
- Set Argument 1 to 5 (Integer)
- Set Argument 2 to "Arg2" (String)
- Call Function "Test"